home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / nfga41.exe / SPORTS.TXT < prev    next >
Text File  |  1994-08-11  |  2KB  |  47 lines

  1. TITLE          Ranking of Soccer Teams
  2. TYPE          CROSS SECTIONAL
  3. COLUMNS      7
  4. SERIAL       1
  5. TARGET       2
  6. COMMENTS       Rank the 14 teams based on the first 6 Premier
  7. COMMENTS    League matches to guess the winning team of the final match.  
  8. COMMENTS    The first 12 rows are training data used to teach the network
  9. COMMENTS    how to rank the team, and they are replicated from the first 2 rows
  10. COMMENTS     to generate more training samples.  A rank of 1 is given if a team
  11. COMMENTS     wins 2 matches and scores 6 goals, and 0 if it loses 2 matches and
  12. COMMENTS    7 goals. A 0.5 is given to each team as the actual ranks are unknown.
  13. COMMENTS    Use the GA model to learn the first 12 rows, and then forecast the ranks.  
  14. COMMENTS    The team given a higher rank is more likely to win.  Try different
  15. COMMENTS    ways to set up the training data, and validate the network with
  16. COMMENTS    past data if available.
  17. COMMENTS
  18. INPUTS      Team  Ranking  Win  Draw  Lost  Goals Scored  Goals Lost
  19. DATA
  20. 0        1.0        2    0    0    6    0
  21. 0        0.0        0     0    2    0    7
  22. 0        1.0        2    0    0    6    0
  23. 0        0.0        0     0    2    0    7
  24. 0        1.0        2    0    0    6    0
  25. 0        0.0        0     0    2    0    7
  26. 0        1.0        2    0    0    6    0
  27. 0        0.0        0     0    2    0    7
  28. 0        1.0        2    0    0    6    0
  29. 0        0.0        0     0    2    0    7
  30. 0        1.0        2    0    0    6    0
  31. 0        0.0        0     0    2    0    7
  32. Team1    0.5        2    1    0    6    3
  33. Team2    0.5        1     1    0    5    3
  34. Team3     0.5        1   1   1   5   5
  35. Team4   0.5        1   1   1   3   4
  36. Team5   0.5     1   0   1   3   4
  37. Team6   0.5     1   0   1   3   2
  38. Team7   0.5     0   0   3   3   7
  39. Team8   0.5     2   1   0   6   2
  40. Team9   0.5     2   1   0   2   0
  41. Team10  0.5     2   0   0   6   1
  42. Team11  0.5     1   0   1   2   1
  43. Team12  0.5     1   0   2   3   3
  44. Team13  0.5     1   0   2   0   5
  45. Team14  0.5     0   0   2   2   7
  46.  
  47.